/*头部样式*/
/*
 * 补间动画 （添加）
 */
.Tween,
.Tween-all,
.Tween-all div,
.Tween-all ul,
.Tween-all li,
.Tween-all a,
.Tween-all span,
.Tween-all h1,
.Tween-all h2 {
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
/*
 * 补间动画 （清楚）
 */
.Tween-clear,
.Tween-clear-all,
.Tween-clear-all div,
.Tween-clear-all ul,
.Tween-clear-all li,
.Tween-clear-all a,
.Tween-clear-all span,
.Tween-clear-all h1,
.Tween-clear-all h2 {
    transition-duration: 0s !important;
    transition-duration: none !important;
    -webkit-transition-duration: 0s !important;
    -webkit-transition-duration: none !important;
}

/*右侧浮窗*/
.float-window{
	width:40px;
	position: fixed;
	right: 0;
	top:50%;
	z-index: 9999;
	background: #000;
	color: #fff;
    margin-top: -190px;
    background: #000;
}
.float-window li{position: relative;}
.float-personal-img,.float-shopcar i{
	display: inline-block;
	width: 100%;
	height:38px;
    text-align: center;
}
.float-con{
	height: 38px;
    line-height: 38px;
    width: 92px;
    position: absolute;
    z-index: 2;
    left: -121px;
    top: 0;
    background: #000;
    color: #fff;
    text-align: center;
   	visibility: hidden;
}
.float-con i{
	display: block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 13px;
    right: -6px;
}
.line{
	width: 75%;
    height: 1px;
    background: #717171;
    margin: 0 auto;
}
.float-shopcar{
	display: block;
	padding: 5px 0;
    color: #fff;
    
}
.float-shopcar div{
	width: 16px;
    display: block;
    height: 48px;
    padding: 0px 0 7px 14px;;
    cursor: pointer;
}

.index-wrapper{
	width:100%;
	overflow-x:hidden;
}
/*会员登录*/
.index-head .head-login {
	width: 1200px;
	position: absolute;
	margin-left: -670px;
	top: 0;
	left: 50%;
	z-index: 10;
	height: 0;
}
.index-head .head-login .login-body {
	width: 292px;
	height: 75px;
	float: right;
	background-image: url(../images/login-bg.png);
	color: #fff;
	line-height: 20px;
}
.index-head .head-login .login-body a {
	color: #fff;
	line-height: 20px;
	display: inline-block;
}
.index-head .head-login .login-body a.btn-login {
	background: url(../images/login-icon.png) left center no-repeat;
	padding-left: 25px;
}
.login-body .login-reg {
	width: 292px;
	height: 75px;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -600px;
	z-index: 100;
	text-align: right;
	padding: 20px 25px;
	color: #fff;
	font-size: 14px;
}
.login-body .login-reg a {
	color: #fff;
	line-height: 20px;
	display: inline-block;
}
.login-body .login-reg .login {
	background: url("../images/person-icon.png") left center no-repeat;
	padding-left: 25px;
}
.index-head .head-login .login-body .no-login {margin: 17px 0 0 170px;}
.index-head .head-navs {
	width: 100%;
	height: 70px;
	background-color: #df0b42;
	background-color: rgba(223, 11, 66, .76);
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 9;
}
.index-head .head-navs .navs-body {
	width: 1200px;
	height: 100%;
	margin: auto;
}
.index-head .head-navs .navs-body>a {
	float: left;
	height: 37px;
	margin: 15px 70px 0 15px;
}
.index-head .head-navs .navs-body ul {
	float: left;
	height: 100%;
}
.index-head .head-navs .navs-body ul li {
	float: left;
	line-height: 20px;
	height: 20px;
	padding: 0 25px;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255, 255, 255, .3);
	margin-top: 25px;
}
.index-head .head-navs .navs-body ul li:last-child {border-right: none;}
.index-head .head-navs .navs-body ul li a {
	font-size: 16px;
	color: #fff;
	position: relative;
	width: 100%;
	display: block;
}
/*导航动画*/
.index-head .head-navs .navs-body ul li a span {
	width: 0%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -10px;
}
.index-head .head-navs .navs-body ul li.ckecked a span {
	width: 100%;
	left: 0;
	bottom: -10px;
}
.index-head .head-navs .navs-body ul li a:hover span {
	width: 100%;
	left: 0;
	bottom: -10px;
}
/*左侧菜单*/
.index-left-menu{
	width:1200px;
	margin: 0 auto;
	position: relative;
}
.menu-ulist{
	position: absolute;
    top: -81px;
    left: 0;
    background: #423f4a;
    color: #fff;
    z-index: 999;
}
.menu-ulist li{
	width:190px;
	padding:13.3px 25px;
	position: relative;
}
/*"固定菜单"--ie10的兼容*/
@media screen and (min-width:0\0) {
	.menu-ulist li{
		padding:13.3px 25px;
	}
}
.menu-ulist-p1{
	font-size: 16px;
}

.menu-ulist-p1 img{
	-ms-transform:rotate(-90deg); 	/* IE 9 */
	-moz-transform:rotate(-90deg); 	/* Firefox */
	-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
	-o-transform:rotate(-90deg); 
	transform: rotate(-90deg);
}
.menu-ulist-p2{
	font-size: 14px;
}
.menu-ulist-cons{
    width: 500px;
    /*height: 150px;*/
    position: absolute;
    top: 0;
    left: 240px;
    background: #fff;
    display: none;
}
.menu-ulist-cons a{
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    padding: 17px 0 10px;
    font-size: 14px;
}
.menu-ulist-cons a:hover{color:#e7303a;}
/*搜索定位*/
.index-searchs{
	width:1200px;
	height:81px;
	margin: 100px auto 0;
	position: relative;
	z-index: 9;
}

.searchs-span-1 em{
	font-size: 16px;
	color: #B5B5B5;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	border-left: 1px solid #B5B5B5;
}
.searchs-middle{
	width:586px;
	margin: 0 auto;
	line-height: 81px;
}
.searchs-middle input{
	width: 500px;
    height: 40px;
    border: none;
    background: #eee;
    padding-left: 10px;
}
.searchs-middle em{
	width: 76px;
    height: 40px;
    background: #ff2337;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.searchs-right{
	position: absolute;
    right: 85px;
    top: 28px;
}
.searchs-right > *,.searchs-span-3 > *,.searchs-span-1 > *{
	display: inline-block;
	vertical-align: middle;
}
.searchs-span-3{
    padding: 0px 20px 0px 40px;
    font-size: 16px;
    color: #ff2337;
}
.searchs-span-3 img{padding-right:3px;}
/*轮播图样式*/
.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 506px;
}
/*轮播图适配*/
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
	.banner{
		width: 120%;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.banner{
		width: 117%;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	.banner{
		width: 110%;
	}
}
@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.banner{
		width: 106%;
	}
}

.banner .banner-list {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .banner-list ul {width: 100%;}
.banner .banner-list ul li {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}
.banner .banner-list ul li img {
	display: none;
}

/*轮播图圆点样式*/
/*.banner .banner-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.banner .banner-list .spots {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}
.banner .banner-list .spots a {
	width: 10px;
	height: 10px;
	border: 1px solid #212121;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.banner .banner-list .spots a:hover {background-color: #212121;}
.banner .banner-list .spots a.checked {background-color: #212121;}*/
/*通知*/
.index-tips{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.index-tips p{
	width:100%;
	height:44px;
	background: #fff;
	opacity: .4;
}
.index-tips span{
	display: inline-block;
    width: 1200px;
    position: absolute;
    top: 0;
    padding: 0 18.75%;
    line-height: 44px;
    font-size: 17px;
    color: #423f4a;
}
.index-tips span em{padding-left: 10px;}
/*"通知"--ie10的兼容*/
@media screen and (min-width:0\0) {
	.index-tips p{
		height:47px;
	}
	.index-tips span{
	    line-height: 47px;
	}
}

/*主要商品分类*/
.model-ulist dl{
	width:189px;
	height:189px;
	/*overflow: hidden;*/
}
.model-ulist dl img{
	width:100%;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.model-ulist dl img:hover{
	-ms-transform:scale(1.1,1.1); 	/* IE 9 */
	-moz-transform:scale(1.1,1.1); 	/* Firefox */
	-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1,1.1); 
	transform: scale(1.1,1.1)
}
.index-main-section{
	width: 1200px;
	margin:0 auto;
}
.index-model{
	width:100%;
	margin:50px 0 20px;
}
/*精品分类模板样式--model*/
.model-title{
	font-size: 28px;
	line-height: 30px;
}
.model-title span{
	font-size: 14px;
	color:#959393;
	padding-left: 7px;
}
.model-title-right{
	line-height: 40px;
	cursor: pointer;
}
.model-ulist{
	border:1px solid #eaeaea;
	padding: 30px 0 15px;
	margin:30px 0 20px;
}
.model-ulist li{
	width:20%;
	float: left;
}
.model-ulist li a{
	display: inline-block;
	width:100%;
	font-size: 14px;
}
.model-ulist li a >*{padding:0 25px;}
.model-ulist li a dl{
	text-align: center;
    border-right: 1px solid #f6f6f6;
}
.model-dt-1{
	color:#8b8989;
	line-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.model-dt-2{
	clear: both;
	overflow: hidden;
}

.model-dt-2 em{
	float: left;
	color:#fe4242;
}
.model-dt-2 span{
	float: right;
	background: #fe4242;
    color: #fff;
    padding: 0 10px;
    border-radius: 20px;
}

/*热门品牌样式*/
.model-ulist-hot{margin:20px 0;}
.model-left{
	/*display: inline-block;
	width:100%;*/
	position: relative;
}
.model-left a img{border-right:1px solid #eaeaea;}
.model-left-p1{
	width: 100%;
    background: #fff;
    height: 147px;
    position: absolute;
    bottom: 0;
    opacity: .4;
}
.model-left-p2{
	width: 100%;
    position: absolute;
    bottom: 53px;
    text-align: center;
    line-height: 27px;
}
.model-left-p2 span,.model-left-p2 em{display: block;}
.model-left-p2 span{font-size: 22px;}
.model-right{
	width:80%;
	margin: 0 auto;
}
.model-right li:nth-child(1),.model-right li:nth-child(2),.model-right li:nth-child(3),.model-right li:nth-child(4){border-top:1px solid #eaeaea;}
.model-right li{
	width:24.89%;
	height:191px;
	float: left;
    text-align: center;
    border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	position: relative;
}
.model-right li img{
	width: 140px;
    position: absolute;
    left: 49px;
    top: 60px;
    z-index: 1;
    -ms-transition:all .7s; 	/* IE 9 */
	-moz-transition:all .7s; 	/* Firefox */
	-webkit-transition:all .7s; /* Safari 和 Chrome */
	-o-transition:all .7s; 
	transition: all .7s;
}
.model-right li span{
	width:100%;
	position: absolute;
    top: 60px;
    left: 0px;
    -ms-transition:all .7s; 	/* IE 9 */
	-moz-transition:all .7s; 	/* Firefox */
	-webkit-transition:all .7s; /* Safari 和 Chrome */
	-o-transition:all .7s; 
	transition: all .7s;
}
.line-heights{line-height: 191px;}
.margin-tops{margin-top:25px;}
.show-del{display: none;}
.show-del i,.show-del em{
	display: block;
	font-size: 14px;
}
.show-del i{
	color: #8b8989;
    line-height: 30px;
}
.show-del em{
	width:80px;
	color: #fe4242;
	padding: 3px;
    border:2px solid #fe4242;
    border-radius: 20px;
    margin: 5px auto;
}

/*水果生鲜*/
.model-pro-ulist{margin:0;}
.model-pro-ulist li{width:25%;}
.model-pro-bottom{
	/* position: absolute;
	bottom: 0; */
}
.model-ulist-fruit{
	position: relative;
	margin: 20px 0;
}
.model-pro-right{width:79%;height:600px;}
.model-pro-left span{
	display: inline-block;
	width: 130px;
    position: absolute;
    left: 50px;
    bottom: 40px;
    font-size: 18px;
    background: #fff;
    padding: 5px 0;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    text-align: center; 
}
/*底部footer*/
.footer {
	width: 100%;
	height: 130px;
	background-color: #717171;
	color: #fff;
	margin-top: 40px;
}
.footer-section {
	width: 1200px;
	margin: 0 auto;
}
.footer a {color: #fff;}
.footer a:hover {text-decoration: underline;}
.footer .left {
	width: 700px;
	float: left;
	margin-top: 45px;
}
.footer .left .logo {
	float: left;
	margin-left: 20px;
	padding-right: 30px;
}
.footer .left ul li {
	float: left;
	padding: 0 20px;
	line-height: 43px;
}
.footer .left ul li:first-child {border-left: 1px solid #a1a1a1;}
.footer .right {
	float: right;
	padding-top: 15px;
	margin-right: 20px;
}
.footer .right p {
	text-align: right;
	line-height: 20px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}
.footer .right .code {
	float: right;
	text-align: center;
	width: 83px;
}
.footer .right .code img {
	display: block;
	margin: 2px auto;
}
/*“换一批”--动画效果*/
.search-rotate{
	animation: changeRecord 1s forwards;
}
@keyframes changeRecord{
	0{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}

/*置顶样式*/
#Top{
	width: 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px;
    font-size: 18px;
    color: #fff;
    background: #000;
    cursor: pointer;
    display: none;
}
#Top:hover{
	background:#ff3333;
}
